WebFileUploader Properties
| ScriptDirectory | Description Gets or sets the directory where all required scripts for the control are stored. ValueType Default Value |
| ImagesDirectory | Description Gets or sets the directory where all required images for the control are stored. ValueType Default Value |
| UILayout | Description Specifies the layout to be used in the control. ValueType Default Value |
| DefaultButtonHeight | Description Specifies the default height of the button. ValueType Default Value |
| DefaultButtonWidth | Description Specifies the default width of the button. ValueType Default Value |
| DefaultTextBoxHeight | Description Specifies the default height of the text box. ValueType Default Value |
| DefaultTextBoxWidth | Description Specifies the default width of the text box. ValueType Default Value |
| DefaultSelectButtonHeight | Description Specifies the default height of the select button. ValueType Default Value |
| DefaultSelectButtonWidth | Description Specifies the default width of the select button. ValueType Default Value |
| DefaultProgressBarHeight | Description Specifies the default height of the progress bar. ValueType Default Value |
| Caption | Description Specifies the caption of the control. ValueType Default Value |
| UploadType | Description Specifies the type of upload. ValueType Default Value |
| PriorityUploadType | Description Specifies the priority of upload type. ValueType Default Value |
| FileTypes | Description Specifies the types of file. ValueType Default Value |
| UploadSizeLimit | Description The number of bytes that can be uploaded (0 for no limit) for each file. ValueType Default Value |
| FilesCount | Description The total number of file that can be uploaded (0 for no limit). ValueType Default Value |
| InitialFilesCount | Description The initial total number of file that can be uploaded (0 for no limit). ValueType Default Value |
| AllowCancel | Description Determine whether allow cancel is enabled. ValueType Default Value |
| AllowSimultaneousUpload | Description Gets or sets a value indicating whether simultaneous upload is allowed. ValueType Default Value |
| ClientSideEvents | Description Contains Client-side events supported by WebFileUploader. ValueType Default Value |
| ProgressInformation | Description Provides settings that control progress information in WebFileUploader. ValueType Default Value |
| TextSettings | Description Provides settings that control text shown in WebFileUploader. ValueType Default Value |
| ImageSettings | Description Provides settings that control images in WebTextEditor. ValueType Default Value |
| StyleSettings | Description Provides settings that control styles in WebTextEditor. ValueType Default Value |